home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb95 / ml_fig08.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  8KB  |  519x249  |  4-bit (6 colors)
Labels: text | electronics | screenshot | display | software | number | font
OCR: DEMO.FSL :: Temperature_Bar :: changeValue* To act on the changing value of the scrollbar as the user scrolls the thumb by dragging it IN or clicking on bar or arrows, insert your own code here. The value returned by the scroll bar IRIR ; is stored in the variable scrollValue, so have ; your code use scrollValue, as in the example below. method changeValue( ) message("Scroll value: "+string(ScrollValue)) TEMPERATURE.value = scrollValue endmethod Edit Line: 11 Col: 10